home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TASSOCIATEFORM / TASSOCIATEFORM.txt
Text File  |  2005-03-06  |  1KB  |  68 lines

  1. object AssociateForm: TAssociateForm
  2.   Left = 324
  3.   Top = 199
  4.   BorderStyle = bsDialog
  5.   Caption = 'PowerArchiver 2004'
  6.   ClientHeight = 122
  7.   ClientWidth = 343
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnKeyPress = FormKeyPress
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AssociateInfo: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 249
  22.     Height = 81
  23.     AutoSize = False
  24.     Caption = 
  25.       'For full access to  PowerArchiver'#39's  shell  interface, PowerArch' +
  26.       'iver must be properly associated with ZIP files. However,    Pow' +
  27.       'erArchiver   is  not   currently  associated with Zip files.'#13#10'As' +
  28.       'sociate PowerArchiver with Zip files now?'
  29.     WordWrap = True
  30.   end
  31.   object CNeverDisplay: TCheckBox
  32.     Left = 8
  33.     Top = 98
  34.     Width = 249
  35.     Height = 19
  36.     Caption = 'N&ever display this message'
  37.     TabOrder = 0
  38.   end
  39.   object YesButt: TButton
  40.     Left = 264
  41.     Top = 8
  42.     Width = 75
  43.     Height = 25
  44.     Caption = '&Yes'
  45.     Default = True
  46.     TabOrder = 1
  47.     OnClick = YesButtClick
  48.   end
  49.   object NoButt: TButton
  50.     Left = 264
  51.     Top = 40
  52.     Width = 75
  53.     Height = 25
  54.     Caption = '&No'
  55.     TabOrder = 2
  56.     OnClick = NoButtClick
  57.   end
  58.   object HelpButt: TButton
  59.     Left = 264
  60.     Top = 72
  61.     Width = 75
  62.     Height = 25
  63.     Caption = '&Help'
  64.     TabOrder = 3
  65.     OnClick = HelpButtClick
  66.   end
  67. end
  68.